if radio checked jquery

52

if radio checked jquery -

$('#element').click(function() {
   if($('#radio_button').is(':checked')) { alert("it's checked"); }
});

Comments

Submit
0 Comments